home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Gizmo Project 4.0.4 / WinGizmoInstall.exe / message_styles / Renkoo / variants / SteelRed.css < prev    next >
Cascading Style Sheet File  |  2007-04-20  |  2KB  |  82 lines

  1. @import url("../main.css");
  2. /*############Incoming Bubble########## */
  3.  
  4. .incomingItem .timeStamp {
  5.         color:#d2d2d2;
  6. }
  7.  
  8. .outgoingItem .timeStamp {
  9.     color:#f8b1b1;
  10. }
  11.  
  12. .incomingItem    {
  13.     background:url("../images/steelBackground.gif") repeat-y top right;
  14. }
  15.  
  16. .incomingItem .bubbleHeading {
  17.     background:url("../images/steelCurves.gif") no-repeat top left;
  18. }
  19.  
  20. .incomingItem .bubbleHeading div {
  21.     background:url("../images/steelCurves.gif") no-repeat top right;
  22. }
  23.  
  24. .incomingItem .bubbleIndicator { 
  25.     background:url("../images/steelIndicator.gif") no-repeat top left;
  26. }
  27.  
  28. .incomingItem .bubbleFooting {
  29.     background:url("../images/steelCurves.gif") no-repeat bottom left;
  30. }
  31.  
  32. .incomingItem .bubbleFooting div {
  33.     background:url("../images/steelCurves.gif") no-repeat bottom right;
  34. }
  35.  
  36. .incomingItem .response {
  37.     background:url("../images/steelBackground.gif") repeat-y top left;
  38. }
  39.  
  40. .incomingItem .followUp {
  41.     color:#ececec;
  42.     background-color:#ececec;
  43.     border-bottom:1px solid #fff;
  44. }
  45.  
  46.  
  47. /*############Outgoing Bubble########## */
  48.  
  49. .outgoingItem    {
  50.     background:url("../images/redBackground.gif") repeat-y top right;
  51. }
  52.  
  53. .outgoingItem .bubbleHeading {
  54.     background:url("../images/redCurves.gif") no-repeat top left;
  55. }
  56.  
  57. .outgoingItem .bubbleHeading div {
  58.     background:url("../images/redCurves.gif") no-repeat top right;
  59. }
  60.  
  61. .outgoingItem .bubbleIndicator { 
  62.     background:url("../images/redIndicator.gif") no-repeat top left;
  63. }
  64.  
  65. .outgoingItem .bubbleFooting {
  66.     background:url("../images/redCurves.gif") no-repeat bottom left;
  67. }
  68.  
  69. .outgoingItem .bubbleFooting div {
  70.     background:url("../images/redCurves.gif") no-repeat bottom right;
  71. }
  72.  
  73. .outgoingItem .response {
  74.     background:url("../images/redBackground.gif") repeat-y top left;
  75. }
  76.  
  77. .outgoingItem .followUp {
  78.     color:#ffdada;
  79.     background-color:#ffdada;
  80.     border-bottom:1px solid #fff;
  81. }
  82.